/*
Theme Name: Deep Focus Child
Description: Child theme for Deep Focus
Author: peter@roundpeg.biz
Template: DeepFocus
*/

@import url("../DeepFocus/style.css");

.home #blog {
display: none;
}
div.service {
display: none;
}
h3.recentworks { display:none;
}
#portfolio-items { padding-top:30px;
}
.post .post-meta { display: none;
}
#hr { background: none;
}
#hr-center {background: none;
}
#intro { background: none;
}
.center-highlight { background: none !important;
}
#full {padding: 0px;
}
#gallery {padding: 0px;
}
#portfolio-items {padding-top: 0px;
}
#top {padding-top: 20px;
}
/*Next Link*/
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    background: #fcfcfc;
    padding: 6px 13px 8px 14px !important;
    border-radius: 8px;
    border: 1px solid #000;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
    padding: 6px 13px 8px 14px !important;
    margin: 2px;
    border: 1px solid #000;
    border-radius: 8px;
    background: #fcfcfc;
}
/*Footer*/
.footer-threefourth {
width: 660px !important;
    margin: 0px 80px 0px 0px !important;
}
.footer-fourth-last {
width: 200px !important;
margin: 0px !important;
}
/*Responsive Customizations*/
@media only screen and ( max-width: 767px ) {
.footer-threefourth {
width: 100% !important;
    margin: 0px 80px 45px 0px !important;
}
.footer-fourth-last {
width: 100% !important;
margin: 0px !important;
}

}